:root {
    font-size: calc(100vw / 134.4);
}

@media (min-width: 992px) {
    .hs-mega-menu-desktop-lg, .hs-sub-menu-desktop-lg {
        top: 105%;
        opacity: 0.9;
    }
}

.dropdown-item::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230052a2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.swiper {
    height: auto;
}

a:hover {
    color: #0052a2;
}

.main_container {
    max-width: 90% !important;
}

.container {
    max-width: 100rem;
}

.navbar-brand-logo {
    max-width: 27rem;
}

.homemenuitem {
    color: white;
    padding: 0 0.5rem;
}

.cnmenuitem {
    text-align: center;
    font-size: 1.3rem;
}

.engmenuitem {
    text-align: center;
    font-size: 1.1rem;
    font-family: "Georgia", serif;
}

.menubtn {
    display: flex;
    width: 100px;
    justify-content: space-evenly;
}

.searchbtn, .weixinbtn, .downloadbtn, .consultbtn {
    /**圆角按钮**/
    border-radius: 50%;
    border: solid 1px white;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #cbdcf8;
    color: #1863ac;
    font-weight: bold;
    opacity: 0.5;
}

.searchbtn:hover, .weixinbtn:hover,
.downloadbtn:hover, .consultbtn:hover {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.weixinbtn {
    background-color: #01a15f;
    color: white;
}

.js-swiper-navigation .swiper-wrapper {
    height: 100vh;
}

.slideritem {
    height: 100%;
    width: 100%;
}

.js-swiper-navigation .swiper-button-next:after,
.js-swiper-navigation .swiper-button-prev:after {
    opacity: 0.5;
    color: white;
}

.js-swiper-navigation .swiper-pagination-fraction {
    color: white;
    opacity: 0.8;
    bottom: 50px;
}

.navbar.navbar-scrolled.navbar-light {
    background-color: rgba(0, 0, 0, 0.3);
}

.js-swiper-navigation .swiper-container {
    position: relative;
}

.js-swiper-navigation .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.js-swiper-navigation .swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.custompage {
    position: relative;
}

.ellipse {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    border: 1px #fff solid;
    /* transform-style: preserve-3d; */
    /* transform: rotateZ(60deg) rotateY(70deg); */
}

.ellipse .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #fff;
    animation: move 5s linear infinite;
}

@keyframes move {
    from {
        transform: rotateZ(0) translateX(20px) rotateZ(0);
    }

    to {
        transform: rotateZ(360deg) translateX(20px) rotateZ(-360deg);
    }
}

.customprogress {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.customprogress li {
    width: 30px;
    height: 2px;
    background-color: white;
    margin-bottom: 6px;
}

.currentIndex {
    width: 50px !important;
}

.leftprog {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.current {
    font-size: 2rem;
    color: #ccc;
}

.caption {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3em;
    color: rgba(255, 255, 255, 0.8)
}

/** shortcut开始 **/
.shortcutcontainer {
    position: relative;
}

.shortcut {
    min-height: 20rem;
    position: absolute;
    /* bottom: -5rem; */
    z-index: 90;
}

.shortcut .row {
    min-height: 20rem;
    align-items: stretch;
}

.shortcut_left {
    background-color: #fff;
    box-shadow: 0px -5px 3px rgba(128, 128, 128, 0.5);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.mySwiper2 {
    flex: 1;
}

.mySwiper2 .swiper-slide {
    display: flex;
}

.mySwiper2 .leftnews {
    flex-basis: 60%;
}

.mySwiper2 .rightcontainer {
    flex-basis: 40%;
}

/* .mySwiper2 .swiper-slide>div{
  flex:1;
} */

.mySwiper2 .rightimg {
    position: relative;
    width: 80%;
    height: auto;
}

.mySwiper2 .rightcontainer {
    display: flex;
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
}

.rightcontainer img {
    width: 100%;
}

.swiper-static-button-next,
.swiper-static-button-prev {
    position: static;
    left: 0;
    right: 0;
    margin-left: 0.25rem;
    margin-bottom: 0.5rem;
}

.shortcut .myarrow {
    position: relative;
}

.shortcut_left .swiper-button-next,
.shortcut_left .swiper-button-prev {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    color: #677788;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    border: 0.0625rem solid var(--bs-body-color);
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.shortcut_left .arrowcontainer {
    position: absolute;
    /*top: -4.2em;*/
    left: 20rem;
    bottom: 2.0rem;
    z-index: 100;
}

.shortcut_left .myarrow .more {
    position: absolute;
    /*top: -3.9em;*/
    left: 14rem;
    bottom: 2.5rem;
    z-index: 100;
    cursor: pointer;
}

.shortcut_left .swiper-button-next:after,
.shortcut_left .swiper-rtl .swiper-button-prev:after,
.shortcut_left .swiper-button-prev:after,
.shortcut_left .swiper-rtl .swiper-button-next:after {
    font-size: 0.5rem;
}

.leftnews {
    padding: 1rem;
}

.leftnews .title2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.leftnews .abstract {
    color: #999;
    line-height: 2rem;
    font-size: 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.leftnews .date {
    color: #999;
}

.shortcut_right {
    background-color: #c4233b;
    background-image: url('/pub/img/chongda/shortcut_right_bg_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    padding-right: 18rem;
}

.shortcut_left .title {
    font-size: 1.4rem;
    font-weight: 600;
}

.shortcut_left .title .negtive {
    font-weight: bold;
}

.shortcut_left .title .en {
    color: #005eb9;
    font-weight: bold;
    font-family: "Georgia", serif;
}

.shortcut_left .title span {
    margin-right: 10px;
}

.negtive {
    color: red;
}

.shortcut_container {
    flex: 1;
    margin: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px; /* 可根据需要调整格子之间的间距 */
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item button {
    margin-left: 1rem;
    border: solid 1px white;
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px dashed;
    letter-spacing: 5px; /* 根据需要调整字间距的大小 */
    font-size: 1.2rem;
}

/** shortcut结束 **/
/**第一节开始**/
.firstrow .leftcol {
    /* min-height: 800px; */
    background-image: url('/pub/img/chongda/bar_bg_01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.leftpanel {
    margin-top: 7rem;
    margin-left: 18rem; /*20rem;*/
    padding-right: 3rem;
}

.leftpanel .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.leftitle {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    align-self: flex-start baseline;
    cursor: pointer;
}

.Bulletin {
    /*color: #999;*/
    font-weight: bold;
    font-family: "Georgia", serif;
}

.announcements-en {
    font-weight: bold;
    font-family: "Georgia", serif;
}

.righttitle {
    flex: 1;
    text-align: right;
    align-self: baseline;
}

a {
    color: #333;
}

.datenews {
    margin-top: 3.5em;
}

.dateitem {
    display: flex;
}

.dateitem .date {
    width: 4rem;
    height: 4.3rem;
    margin-right: 1rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 1rem;
    background: linear-gradient(to bottom, #1c91d6 0%, #0e72bd 50%, #035aa9 100%);
    display: flex;
    flex-direction: column;
    color: white;

    justify-content: center;
    /* 垂直居中 */
    align-items: center;
    /* 水平居中 */
}

.dateitem .day {
    flex: 1;
    font-size: 1.5rem;
    align-self: center;
}

.dateitem .month {
    font-size: 0.8rem;
    flex: 1;
    align-self: center;
}

.dateitem .newstitle {
    height: 4.3rem;
    line-height: 4.3rem;
    border-bottom: 1px #ccc solid;
    flex: 1;
    display: flex;
}

.box {
    background-color: #0052a2;
    width: 8px;
    height: 8px;
    border: solid 2px #c3d6e7;
    margin: 5px;
    margin-right: 10px;
}

.newstitle .t2 {
    flex: 1;
    display: flex;
    align-items: center;
    /* 子元素垂直居中 */
    font-size: 1.4rem;
}

.firstrow .rightcol {
    background-color: #0052a2;
    margin: 0;
    padding: 0;
}

.rightcol .title {
    display: flex;
    margin-top: 8rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

.rightcol .title .t1 {
    flex: 1;
    font-weight: bold;
}

.rightcol .title .t2 {
    color: #ccc;
}

/* .accordion{
  --bs-accordion-bg:none;
} */
.first_right_news {
    list-style-type: none;
    color: white;
    margin-top: 2rem;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.first_right_news > li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 18rem;
}

.first_right_news > li:hover {
    background-color: #005eb9;
    color: white;
}

.first_right_news > li .item-header {
    display: flex;
    font-size: 1.2rem;
}

.first_right_news .item-body {
    height: 0;
    overflow: hidden;
    transition: height 1s ease;
}

.first_right_news > li .item-header::before {
    display: block;
    content: "";
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    width: 1.5rem;
    height: 1.5rem;
}

.item-header .t1 {
    padding-left: 1rem;
    font-size: 1.4rem;
}

.first_right_news > li .item-footer,
.first_right_news > li .item-body {
    line-height: 1.2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.first_right_news > li .item-footer {
    padding-top: 10px;
}

.bodyinfo {
    margin-bottom: 10px;
    color: #88c4ff;
    line-height: 1.6; /* 行高为字体大小的1.5倍，这样可以增加行间距 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.first_right_news > li img {
    display: none;
}

.rightarrow img {
    width: 1rem;
}

.rightcol .more {
    display: flex;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 0.6rem;
}

.moretitle {
    font-size: 1.3rem;
    color: white;
    padding-right: 2rem;
}

.first_right_news > li.active {
    background-color: #005eb9;
}

.first_right_news > li.active .item-header::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");
}

.first_right_news > li.active img {
    display: block;
}

.first_right_news > li.active .rightarrow {
    float: right;
    margin-right: 2rem;
}

.first_right_news > li.active .item-body {
    height: 4rem;
    transition: height 1s ease;
    margin-top: 5px;
}

/**第一节结束**/
/**招生政策开始*/
.admission {
    /* position: relative; */
    margin-bottom: 6rem;
}

.admission .title {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 6rem;
    margin-bottom: 5rem;
    display: flex;
}

.admission .title .text {
    flex: 1;
    font-weight: bold;
    cursor: pointer;
}

.admission .title .text .en {
    font-family: "Georgia", serif;
}

.admission .title .more {
    font-size: 1rem;
}

.admission .title img {
    width: 4.5rem;
}

.admission .news .t1 {
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admission .item, .indexnews > li {
    display: flex;
}

.indexnews > li .news {
    flex: 1;
}

.admission .date {
    width: 40%;
    margin-right: 1rem;
    font-weight: bold;
    font-style: italic;
    /*font-family: "Georgia", serif;*/
}

.admission .item .day, .indexnews > li .day {
    color: #0e72bd;
    font-size: 2rem;
    text-align: center;
}

.admission .item .day {

}

.admission .item .month, .indexnews > li .month {
    font-size: 0.8rem;
}

.admission .item .news, .indexnews > li .news {
    border-left: 1px solid #ccc;
    padding-left: 2rem;
}

.admission .item .abstract, .indexnews > li .abstract {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #999;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admission .item .abstract {
    font-size: 1rem;
}

.indexnews > li .abstract {
    font-size: 1.2rem;
}

.admission .item .readmore, .indexnews > li .readmore {
    font-size: 1rem;
    font-family: "Georgia", serif;
}

.mycontainer {
    display: flex;
    margin-left: 0rem;
    margin-right: 0rem;
    max-width: 100%;
}

.mycontainer .child {
    flex-basis: 20%; /*18%;*/
    transform: skew(-20deg);
    border-right: solid 1px #ccc;
}

.mycontainer .child1 {
    flex-basis: 20%;
    transform: skew(-20deg);
}

.mycontainer .child2 {
    flex-basis: 28%;
    transform: skew(-20deg);
}

.mycontainer .child:hover,
.mycontainer .child1:hover,
.mycontainer .child2:hover {
    background-color: #0052a2;
    cursor: pointer;
    color: white;
}

.mycontainer .child .item,
.mycontainer .child1 .item,
.mycontainer .child2 .item {
    transform: skew(20deg);
    text-align: center;
    display: block;
}

.mycontainer .child .item,
.mycontainer .child1 .item,
.mycontainer .child2 .item {
    margin-left: 2rem;
    line-height: 5rem;
}

.mycontainer .child .item img,
.mycontainer .child1 .item img,
.mycontainer .child2 .item img {
    width: 2rem;
}

.mycontainer .child .item span,
.mycontainer .child1 .item span,
.mycontainer .child2 .item span {
    margin-left: 1rem;
    font-size: 1.5rem;
}

.mycontainer .child a:hover,
.mycontainer .child1 a:hover,
.mycontainer .child2 a:hover {
    color: white;
}

.mycontainer .child .item a,
.mycontainer .child1 .item a,
.mycontainer .child2 .item a {
    color: #0052a2;
}

.mycontainer .child .item.active,
.mycontainer .child1 .item.active,
.mycontainer .child2 .item.active {
    background-color: transparent;
    color: #0052a2;
}

.div1 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.div2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.specialadmission {
    position: relative;
}

/**招生政策结束*/

/**光景重大开始*/
.image-container, .image-container2 {
    overflow: hidden; /* 确保图片不会溢出容器 */
    display: block;
}

.image-container img {
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.image-container:hover img {
    transform: scale(1.2); /* 在鼠标悬浮时放大图片 */
}

.image-container2 .albumitem1 {
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.image-container2:hover .albumitem1 {
    transform: scale(1.2); /* 在鼠标悬浮时放大图片 */
}

.lightshadow {
    /* min-height: 700px; */
    background-image: url('/pub/img/chongda/home/aarea_1.png');
    background-repeat: no-repeat;
    background-size: 50% auto; /* 将背景图像的宽度设置为容器宽度的50%，高度自动调整 */
}

.lightshadow .container {
    display: flex;
}

.lightshadow .left {
    width: 66%;
}

.lightshadow .right {
    width: 34%; /*33%;*/
}

.lightshadow .header {
    margin-top: 2rem;
    width: 27rem;
    cursor: pointer;
}

.lightshadowswiper {
    width: 70rem; /*58rem;*/
    margin: 2rem 0rem 0rem 0px;
}

.lspage {
    margin: 3rem 5rem 2rem 0rem;
    display: flex;
}

.lspage .memo {
    margin-left: 2rem;
    margin-right: 2rem;
    color: rgb(255, 255, 255, 0.5);
    font-size: 1.1rem;
    font-weight: 500;
}

.rightarrow {
    flex: 1;
}

.end-arrow {
    display: flex;
}

.lgarrow {
    margin: 0 0.5rem;
}

.ls-pagination-fraction-element {
    margin: 0 1rem;
}

.lightshadowswiper .lsimg {
    width: 100%;
}

.lightshadow .curindex {
    font-size: 1.5rem;
}

.lsimg {
    display: block; /* 图像以块级元素显示，占据整个容器空间 */
    width: 100%;
}

.image-box {
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    left: 0;
    margin: 1rem;
    border: solid 1px white;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer;
}

.lightshadowswiper .caption {
    left: 30%;
    bottom: 4rem;
    font-size: 1rem;
    display: flex;
    align-items: center; /* 子元素垂直居中 */
}

.lightshadowswiper .caption .title {
    font-size: 1.2rem;
}

.lightshadowswiper .titlecontainer {
    margin-left: 2rem;
}

.lightshadow .right .title {
    margin-top: 3rem;
    margin-bottom: 2.1rem;
    display: flex;
    align-items: center;
}

.lightshadow .right .title .text {
    flex: 1;
    font-size: 2rem;
    cursor: pointer;
}

.lightshadow .right .videoico {
    width: 2rem;
}

.more_arrow {
    width: 6rem;
}

.lightshadow ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lightshadow .list li {
    position: relative;
    margin-top: 1rem;
}

.lightshadow .albumitem1 {
    width: 100%;
}

.floatitem {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: 4rem;
}

/**光影重庆结束*/

/*图说重大开始*/
.watchimg {
    margin-top: 4rem;
}

.watchimg .title {
    display: flex;
    align-items: flex-end;
}

.watchimg .title .text {
    flex: 1;
    cursor: pointer;
}

.watchimg .title .text img {
    width: 30rem;
}

.watchimg .content {
    margin-top: 4rem;
}

.watchimg .firstimg {
    width: 100%;
}

.album2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 2rem;
}

.album2 > li {
    display: block;
    flex: 1;
    position: relative;
}

.album2 > li:not(:first-child) {
    margin-left: 1rem;
}

.album2 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    font-size: 2rem;
}

.album2 .text2 {
    display: flex;
    align-items: center;
}

.dot-container {
    display: flex;
    align-items: flex-end;
}

.circle {
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 50%;
    margin: 0 10px; /* 根据需要调整左右边距 */
}

.diviver {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.diviver.divider-end::before {
    flex: 1 1 0%;
    border-top: 0.2rem solid rgba(220, 224, 229, .8);
    margin-top: 0.1rem;
    content: "";
}

.album2 .img {
    width: 100%;
    max-width: 100%; /* 添加此行以限制图像宽度 */
}

/*图说重大结束*/

.friends_container {
    display: flex;
    margin-top: 4rem;
    line-height: 6rem;
    font-size: 1rem;
    background-color: #0867c4;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-bottom: 0;
}

.friends_container .friendimg {
    width: 10rem;
}

.friends_container > ul {
    list-style: none;
    flex: 1;
}

.friends_container > ul > li {

}

.link_ico {
    width: 6rem;
    float: right;
    margin-top: 2.2rem;
}

.friends_container > ul > li {
    float: left;
    margin-left: 2rem;
    color: white;
}

.friends_container a {
    color: white;
}

.bg-blue {
    background-color: #0052a2;
}

.logofooter {
    margin-top: 1.5rem;
    width: 20rem;
}

.weixin_qr {
    width: 6rem;
    float: right;
    margin-right: 2rem;
}

/** search box */
.pop-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: none
}

.pop-search .pop-search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1
}

.pop-search .pop-search-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 40px;
    height: 40px;
    background: url(/pub/img/chongda/d-close1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    cursor: pointer
}

.search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 45px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.search-box input {
    outline: 0;
    border: none
}

.search-box .inp {
    padding: 0 140px 0 12px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5) inset;
    font-size: 16px;
    color: #333
}

.search-box .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #1b5fd3;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.showSearch {
    display: block;
}

/*详细页*/
.pagebanner_list, .pagebanner_list1,
.pagebanner_detail, .pagebanner_pic4cqu,
.pagebanner_college, .pagebanner_video, .pagebanner_file,
.pagebanner_contact_us, .pagebanner_offer_search {
    min-height: 36rem;
    background-image: url("/pub/img/chongda/page-banner/banner01.jpg");
    background-size: cover;
    background-position: center;
    position: relative;;
}

.pagebanner_contact_us .container {
    min-height: 36rem;
}

.navbar-sticky-top,
.navbar.navbar-scrolled.navbar-light,
.navbar.navbar-scrolled.navbar-light {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
    box-shadow: none;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 0, 0, 0.8);
    height: 8rem;
    font-size: 1.5rem;
    padding-left: 22rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.breadcrumb .en {
    font-family: "Georgia", serif;
}

.cate {
    font-size: 1.5rem;
    min-width: 26rem;
    background-color: #0052a2;
    padding: 1.5rem 2rem 1rem 2rem;
    color: white;
}

.pagebanner_contact_us .container {
    position: relative;
}

.pagebanner_contact_us .cate {
    height: 8rem;
    position: absolute;
    bottom: 0;
}

.newsdetail {
    min-height: 800px;
    margin-bottom: 2rem;
    max-width: 100rem;
}

.newsdetail .title {
    margin-top: 2rem;
    text-align: center;
    font-size: 2rem;
}

.newsdetail .keyword {
    text-align: center;
    line-height: 2rem;
}

.newsdetail .keyword i {
    padding-left: 1rem;
    padding-right: 1rem;
}

.prevpage, .nextpage {
    line-height: 2rem;
    height: 2rem;
    font-size: 1.2em;
}

.card01, .card02, .card03 {
    margin-top: 2rem;
    background-color: #edf6ff;
    border-radius: 0;
}

.card01 .card-header, .card02 .card-header {
    background-color: #0052a2;
    color: white;
    text-align: center;
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.leftcontent {
    padding-left: 2rem;
    padding-right: 2rem;
}

.hotsearch li {
    line-height: 3rem;
}

.card02 {
    background-color: #ffeff1;
}

.card02 .card-header {
    background-color: #c5233b;
}

.card02 ul, .card01 ul {
    list-style-type: none;
}

.card02 li::before, .card01 li::before {
    content: '';
    display: inline-block;
    width: 6px; /* 设置圆点的大小 */
    height: 6px; /* 设置圆点的大小 */
    border-radius: 50%; /* 将方形边界半径调整为圆形 */
    background-color: red; /* 设置圆点的颜色 */
    margin-right: 8px; /* 调整圆点与文本之间的间距 */
}

.card01 li::before {
    background-color: #0052a2;
}

.cqunotice {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cqunotice img {
    width: 100%;
}

.card03 .card-header {
    border-radius: 0;
    padding: 0;
    display: flex;
}

.current_new {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-basis: 40%;
    padding-left: 2rem;
    background-color: #0052a2;
    color: white;
    border-radius: 0 2rem 2rem 0;
}

.forall {
    padding-right: 1rem;
    flex-basis: 60%;
    text-align: right;
    font-size: 0.9rem;
    line-height: 3rem;
}

.notice_title {
    /*padding-bottom: 1rem;*/
    border-bottom: 0.01rem solid #cfcfcf;
    line-height: 4rem;
}

.notice_title a {
    font-size: 1.1rem;
}

.card03 .time {
    line-height: 4rem;
    font-size: 1rem;
    color: #333;
}

.go-to {
    background-color: rgba(83, 102, 139, 0.5);
    color: white;
}

/*文字列表页*/
/*详细页*/
.pagebanner_list {
    background-image: url("/pub/img/chongda/page-banner/banner02.jpg");
}

.pagebanner_list1 {
    background-image: url("/pub/img/chongda/page-banner/banner06.jpg");
}

.indexnews {
    margin-top: 4rem;
    list-style-type: none;
}

.indexnews li {
    margin-bottom: 2rem;
    min-height: 8rem;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
}

.indexnews li .date {
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-style: italic;
}

.leaf {
    padding-top: 0.5rem;
    width: 2rem;
    padding-bottom: 0.5rem;
}

.ht_bold {
    font-size: 1.5rem;
    font-weight: 600;
}

.indexnews li .readmore {
    color: #0052a2
}

.indexnews li:hover .ht_bold,
.indexnews li:hover .date,
.indexnews li:hover .day {
    color: white;
}

.indexnews li:hover .abstract {
    color: #ccc;
}

.indexnews li:hover .readmore {
    color: #ffc600;
}

.indexnews li {
    position: relative;
}

.indexnews li::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/pub/img/chongda/list_bg.jpg');
    background-size: cover;
    opacity: 0;
    transition: opacity 1s;
}

.indexnews li:hover::before {
    opacity: 1;
}

/*新闻分页//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pagerow {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    margin-top: 2.3rem;
    margin-bottom: 2rem;
}

.pagerow .pager {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-size: 1.1em !important;
}

.pagenum {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    background-color: #ccc;
    padding: 0.3125rem;
    margin-left: 0.25rem;
    height: 1.875rem;
    min-width: 3rem;
    cursor: pointer;
}

.pagenum.current-page {
    background-color: #308dd3;
    color: white;
}

.pagerow .total, .next-page {
    margin-right: 2rem;
}

.goto-num {
    background-color: #ccc;
    border: none;
    width: 3rem;
    height: 1.875rem;
    margin-right: 0.5rem;
    padding: 0.3125rem;
}

.goto-page {
    height: 1.875rem;
    margin-left: -0.25rem;
}

.nv_picture, .nv_video, .nv_file, .nv_map {
    margin-top: 4rem;
}

.nv_picture .nav_container,
.nv_video .nav_container,
.nv_file .nav_container,
.nv_map .nav_container {
    border-bottom: solid 1px #ccc;
    margin-bottom: 2rem;
}

.nv_picture .text2, .nv_video .text2,
.nv_file .text2, .nv_map .text2 {
    display: flex;
    font-size: 1.5rem;
    color: #0052a2;
    justify-content: center;
}

.nv_picture .circle, .nv_video .circle,
.nv_file .circle, .nv_map .circle {
    display: inline-block;
    background-color: #0052a2;
    margin: 1rem 1.2rem;
    align-items: flex-end;
}

.nv_picture ul, .nv_video ul,
.nv_file ul, .nv_map ul {
    width: 65%;
}

.nv_picture ul > li, .nv_video ul > li,
.nv_file ul > li, .nv_map ul > li {
    flex: 1;
    position: relative;
    text-align: center;
}

.nv_picture .active .text2::after,
.nv_video .active .text2::after,
.nv_file .active .text2::after,
.nv_map .active .text2::after {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: -2.9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/pub/img/chongda/underline.png');
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.8;
    transition: opacity 1s;
}

.pagebanner_pic4cqu {
    background-image: url("/pub/img/chongda/page-banner/banner03.jpg");
}

.album_item {
    display: block;
    margin-top: 4rem;
    padding-bottom: 0;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

.album_item img {
    width: 100%;
}

.album_item h6 {
    margin-top: 1rem;
}

.video_container .album_item,
.picture_container .album_item,
.file_container .album_item,
.query_container .album_item {
    position: relative;
}

.video_container .image-container,
.picture_container .image-container {
    height: 18.75rem;
}

.video_container .image-container img,
.picture_container .image-container img,
.file_container .image-container img,
.query_container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video_container .floatitem,
.picture_container .floatitem {
    position: absolute;
    left: 2rem;
    top: 10rem;
    width: 4rem;
    height: 4rem;
}

.video_container h6,
.picture_container h6,
.file_container h6,
.query_container h6 {
    margin-top: 0.9375rem;
    color: #0052a2;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.video_container .abs,
.picture_container .abs,
.file_container .abs,
.query_container .abs {
    color: #888;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/**college**/
.pagebanner_college {
    background-image: url("/pub/img/chongda/page-banner/banner05.jpg");
}

.collegecontent {
    margin: 0;
    margin-bottom: 4rem;
    margin-top: 4rem;
    padding: 0;
}

.bluebox {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.bluebox .empty {
    flex-basis: 40%;
    flex: 1;
}

.bluebox .blue {
    flex-basis: 60%;
    background-color: #0052a2;
    flex: 1;
}

.bluebox img {
    position: absolute;
    left: 2rem;
    z-index: 1;
    width: 40%;
}

.bgdepart {
    background-image: url('/pub/img/chongda/pages/department_bg.png');
    background-repeat: no-repeat;
    background-size: 20% auto;
    background-position: center center;
    min-height: 34rem;
}

.c_col {
    margin-left: 30rem;
    border: solid 1px #eee;
    min-height: 34rem;
    box-shadow: -5px -5px 10px 3px #eee;
    border-top-left-radius: 4rem;
}

.title_mark {
    margin-bottom: 2rem;
}

.college_name {
    align-items: center; /* 垂直居中对齐 */
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
}

.college_name img {
    width: 2rem;
    margin-right: 2rem;
}

.partment_abstract {
    margin-top: 1rem;
}

.partment_abstract p {
    color: #999;
    margin-bottom: 0.5rem;
}

.sub_college {
    list-style: none;
    margin-top: 4rem;
}

.sub_college li {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
}

.sub_college li i {
    margin-left: 2rem;
}

.school_pic {
    position: relative;
}

.c_col .school_pic .pic_box {
    position: absolute;
    width: 43rem;
    height: 30rem;
    border: dashed 1px #ccc;
    left: -27rem;
    bottom: 2rem;
    background-color: white;
}

.c_col .school_pic img {
    width: 43rem;
    position: absolute;
    left: -25rem;
    bottom: 0rem;
}

.rowitem {
    margin-top: 4rem;
}

.c_col2 {
    margin-right: 30rem;
    margin-left: 0;
    border: solid 1px #eee;
    box-shadow: -5px -5px 10px 3px #eee;
    border-top-right-radius: 4rem;
    min-height: 34rem;
}

.c_col2 .school_pic .pic_box {
    position: absolute;
    width: 43rem;
    height: 30rem;
    border: dashed 1px #ccc;
    right: -27rem;
    bottom: 2rem;
    background-color: white;
}

.c_col2 .school_pic img {
    width: 43rem;
    position: absolute;
    right: -25rem;
    bottom: 0rem;
}

/**联系我们*/
.cpagebanner_ontact_us {
    background-image: url("/pub/img/chongda/page-banner/banner06.jpg");
}

.cu_content {
    min-height: 46rem;
}

.tower {
    width: 26rem;
}

.cu_left {
    position: relative;
}

.cu_left .gzh {
    position: absolute;
    bottom: 0;
    left: 7.6rem;
}

.cu_left .gzh p {
    color: white;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.cu_right {
    margin-top: 8rem;
}

.cu_icoitem {
    display: flex;
    min-height: 16rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 2px rgb(78, 129, 187, 0.28);
    border-top-left-radius: 4rem;
    padding: 1rem 4rem;
    margin: 1rem;
}

.cu_icoitem .ico {
    flex-basis: 40%;
    text-align: center;
}

.cu_icoitem .text {
    text-align: center;
    flex-basis: 60%;
}

.cu_icoitem .ico i {
    display: block;
    width: 6rem;
    line-height: 6rem;
    font-size: 3rem !important;
    height: 6rem;
    color: #006ad0 !important;
    border-radius: 50%;
    border: 1px dashed #006ad0;
}

.cu_icoitem2 {
    border-top-left-radius: initial;
    border-bottom-right-radius: 4rem;
}

.cu_icoitem i img {
    width: 3rem;
}

.cu_icoitem3 {
    border-top-left-radius: initial;
    border-top-right-radius: 4rem;
}

.cu_icoitem4 {
    width: 100%;
    height: 100%;
    background-image: url('/pub/img/chongda/pages/qanda.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mapcontainer {
    border-radius: 1rem;
    margin-bottom: 4rem;
}

/**录取查询*/
.pagebanner_offer_search {
    background-image: url("/pub/img/chongda/page-banner/banner04.jpg");
}

.os_content .child:hover,
.os_content .child1:hover,
.os_content .child2:hover,
.os_content .mycontainer .child a:hover,
.os_content .mycontainer .child1 a:hover,
.os_content .mycontainer .child2 a:hover {
    background-color: transparent;
    color: #0052a2;
}

.os_content .icobox {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-top: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.os_content .mycontainer .child .item,
.os_content .mycontainer .child1 .item,
.os_content .mycontainer .child2 .item {
    display: flex;
    justify-content: center;
}

.os_content .active a {
    color: #0052a2;
}

.icobox1 {
    background-image: url('/pub/img/chongda/pages/search1_1.png');
}

.os_content .active .icobox1, a:hover .icobox1 {
    background-image: url('/pub/img/chongda/pages/search1_2.png');
}

.icobox2 {
    background-image: url('/pub/img/chongda/pages/search2_1.png');
}

.os_content .active .icobox2, a:hover .icobox2 {
    background-image: url('/pub/img/chongda/pages/search2_2.png');
}

.icobox3 {
    background-image: url('/pub/img/chongda/pages/search3_1.png');
}

.os_content .active .icobox3, a:hover .icobox3 {
    background-image: url('/pub/img/chongda/pages/search3_2.png');
}

.icobox4 {
    background-image: url('/pub/img/chongda/pages/search4_1.png');
}

.os_content .active .icobox4, a:hover .icobox4 {
    background-image: url('/pub/img/chongda/pages/search4_2.png');
}

.icobox5 {
    background-image: url('/pub/img/chongda/pages/search5_1.png');
}

.os_content .active .icobox5, a:hover .icobox5 {
    background-image: url('/pub/img/chongda/pages/search5_2.png');
}

.icobox6 {
    background-image: url('/pub/img/chongda/pages/search6_1.png');
}

.os_content .active .icobox6, a:hover .icobox6 {
    background-image: url('/pub/img/chongda/pages/search6_2.png');
}

.icobox7 {
    background-image: url('/pub/img/chongda/pages/search7_1.png');
}

.os_content .active .icobox7, a:hover .icobox7 {
    background-image: url('/pub/img/chongda/pages/search7_2.png');
}

.icobox8 {
    background-image: url('/pub/img/chongda/pages/search8_1.png');
}

.os_content .active .icobox8, a:hover .icobox8 {
    background-image: url('/pub/img/chongda/pages/search8_2.png');
}

.os_content .div1 {
    margin-bottom: 0.5rem;
}

.os_content .div2 {
    margin-top: 0.5rem;
}

.os_content hr {
    margin: 0.5rem 0;
}

.os_content .specialadmission {
    padding: 0;
}

.os_content .search_form {
    margin-bottom: 4rem;
    padding: 2rem;
    min-height: 30rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 2px rgb(78, 129, 187, 0.28);
}

.os_content .title {
    margin: 2rem 0 4rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.gaokao_search label {
    text-align: right;
}

.require {
    color: red;
    margin-right: 0.5rem;
}

.gaokao_search input {
    border-radius: 2rem;
}

.gaokao_search .btn {
    margin-top: 2rem;
    border-radius: 2rem;
    background: linear-gradient(to right, #0053a3, #0071dc);
    color: rgba(255, 255, 255, 0.8);
}

.os_content .left_search {
    padding: 0 3rem;
}

.os_content .result {
    border-left: solid 1px rgba(128, 128, 128, 0.2);
}

.os_content .result_content {
    padding: 2rem;
}

.os_content .tit {
    font-size: 1.2rem;
}

.os_content .empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    position: relative;
}

.os_content .empty p {
    position: absolute;
    bottom: 2rem;
}

.offer_now {
    margin-top: 2rem;
    padding-left: 3rem;
}

.offer_now table {
    border: none !important;
    border-collapse: collapse !important; /* 合并单元格边框 */
    border-spacing: 0 !important; /* 去除单元格之间的间距 */
}

.offer_now table td,
.offer_now table th {
    border: none !important;
    padding-bottom: 2px !important;
}

.offer_now > h3 {
    color: rgb(255, 0, 0, 0.8);
    margin: 1rem 0;
    font-weight: 300;
}

.offer_now p {
    line-height: 3rem;
}

.offer_now .result_item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer_now .result_title {
    color: rgb(255, 0, 0, 0.8);
    margin: 1rem 0;
    font-weight: bold;
}

.offer_now .result_content {
    padding: 2rem;
}

/**历年分数查询*/
.searchform {
    margin-bottom: 4rem;
    background-color: #f4f4f4;
    padding-top: 1rem;
}

.searchform .row {
    display: flex;
    align-items: baseline;
    margin-left: 2rem;
}

.searchform .kl {
    width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.searchform ul {
    /* margin: 0;
    padding: 0; */
    display: flex;
    flex: 1;
    list-style-type: none;
    align-items: baseline;
    flex-wrap: wrap;
}

.searchform ul li {
    min-width: 4rem;
    margin: 0.5rem 2rem 0.5rem 0;
}

.searchform ul li a {
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.searchform ul li.active a {
    display: block;
    text-align: center;
    background-color: #0052a2;
    color: white;
}

.so_years {
    margin-bottom: 2rem;
}

.resultTable {
    text-align: center;
    width: 100%;
}

.resultTable thead {
    background-color: #0072e1;
}

.th-inner {
    color: white;
}

.os_content .page-link {
    background-color: #ccc;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0%;
}

.os_content .page-item.active .page-link {
    background-color: #0072e1;
    color: white;
}

.os_content .page-pre a, .os_content .page-next a {
    background-color: transparent;
    border: none;
    border-radius: 0%;
}

.os_content .btn-secondary {
    padding: 0 0.5rem;
    background-color: #0072e1;
}

/**新闻详细内容*/
.newsContent {
    color: #4c4c4c;
    /*font-size: 16px;*/
    padding: 0 8px 0 8px;
    word-break: break-all;
    word-wrap: break-word;
    /*margin-top: 20px;*/
}

.newsContent img {
    max-width: 100% !important;
    display: inline-block !important;
}

.newsContent p,
.newsContent span {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap !important;
}

.newsContent table {
    width: 100% !important;
    max-width: 100% !important;
}

.newsContent table {
    border-collapse: collapse !important;
}

.newsContent th, td {
    border: 1px solid black !important;
}

.newsAccessory {
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsAccessory .t1 {
    line-height: 2rem;
    font-size: 1.2rem;
}

.newsAccessory .t2 {
    margin-left: 20px;
    font-size: 1.1rem;
}

.newsAccessory .t2 a {
    line-height: 1.8;
}

.sub_college span {
    font-size: 1.2rem;
}

.hotsearch li a {
    font-size: 1.1rem;
}

.card01 .card-header,
.card02 .card-header,
.card03 .card-header {
    font-size: 1.2rem;
}

.card03 .card-body {
    padding: 0;
    margin: 1rem 1rem 0 1rem;
}

footer .contact-information li {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-friendly-link {
    font-size: 1.0rem;
}

.lightshadowswiper .swiper-slide {
    height: 1px; /* 随意指定一个height值即可 */
}

.lightshadowswiper .swiper-slide-active {
    height: auto;
}

/**移动端*/
@media (max-width: 576px) {
    :root {
        font-size: 12px;
        /*font-size: calc(100vw / 50);*/
    }

    .navbar-brand-logo {
        width: 80%;
    }

    /*.navbar-brand{*/
    /*    display: block;*/
    /*    width:25rem*/
    /*}*/
    .navbar-nav-wrap {
        flex-basis: auto;
        width: 100%;
    }

    .navbar-toggler {
        font-size: 2rem;
    }

    .container {
        width: 100vw;
    }

    #header {
        width: 100vw;
    }

    .homemenuitem {
        color: black;
    }

    .navbar-toggler-toggled .bi-x {
        color: white;
    }

    .navbar-toggler-toggled .bi-list {
        color: black;
    }

    .navbar-toggler {
        margin-left: 2rem;
    }

    .js-swiper-navigation .swiper-wrapper {
        height: 30vh;
    }

    .leftprog, .ellipse {
        margin-left: 2rem;
    }

    .shortcut_left .myarrow .more {
        bottom: 1rem;
    }

    .shortcut_left .arrowcontainer {
        bottom: 0.5rem;
    }

    .shortcut_right {
        padding-right: 0;
    }

    .shortcutcontainer {
        min-height: 390px;
    }

    .firstrow .leftpanel {
        margin-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }

    .newstitle .t2 a {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 250px; /* 根据需要设置合适的最大宽度 */
    }

    .rightcol .title {
        margin-top: 2rem;
    }

    .first_right_news > li {
        padding-right: 0;
    }

    .admission .date {
        width: 10%;
    }

    .admission .item .news, .indexnews > li .news {
        width: 85%;
    }

    .admission .item {
        margin-bottom: 1rem;
    }

    .mycontainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
    }

    .mycontainer .child,
    .mycontainer .child1,
    .mycontainer .child2 {
        flex-basis: auto;
        border-right: 0;
        justify-self: start;
        /*width: 20rem;*/
    }

    .lightshadow .container {
        display: block;
    }

    .lightshadow .left {
        width: 100%;
    }

    .lightshadow .right {
        width: 95%;
    }

    .lightshadowswiper {
        width: 90vw;
    }

    .album2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
    }

    /*需要覆盖样式*/
    .album2 > li:not(:first-child) {
        margin-left: 0;
    }

    .friends_container > ul {
        display: block;
        padding-top: 1rem;
    }

    .friends_container {
        min-height: 120px;
        line-height: 2rem;
    }

    .navbar-light .navbar-toggler {
        color: black;
    }

    .divider-end.diviver {
        width: 0%;
    }

    .weixin_qr {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .watchimg .title .text img {
        width: 20rem;
    }

    .watchimg .more {
        display: none;
    }

    .pagerow .total, .next_page {
        margin-right: 0;
    }

    ul.indexnews {
        padding-left: 0;
    }

    .navbar-light .navbar-brand,
    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        margin-right: 0;
        width: 80%;
    }

    .breadcrumb {
        padding-left: 12rem;
    }

    .cu_left {
        margin-left: 0.8rem;
    }

    .cu_right .row > div:last-child {
        min-height: 18rem;
    }

    .rowitem .c_col {
        margin-left: 0rem;
    }

    .c_col .school_pic, .c_col2 .school_pic {
        display: none;
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .rowitem .c_col2 {
        margin-right: 0;
    }

    .disappear {
        display: none;
    }

    .sub_college {
        margin-top: 1rem;
    }

    .title_mark {
        margin-left: 4rem;
    }

    .mycontainer .child .item span,
    .mycontainer .child1 .item span,
    .mycontainer .child2 .item span {
        font-size: 1.2rem;
    }

    .lightshadow .header {
        width: 20rem;
    }

    .friends_container > ul > li {
        float: none;
    }

    .pager .goto, .pager .current-page {
        display: none;
    }

    .custompage .leftprog {
        display: none;
    }
}

/* end of media query */



